home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
smfdoor
/
frmcopy.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-08-13
|
1KB
|
43 lines
VERSION 5.00
Begin VB.Form frmCopy
BackColor = &H80000012&
BorderStyle = 1 'Fixed Single
Caption = "Copy"
ClientHeight = 2280
ClientLeft = 4200
ClientTop = 2400
ClientWidth = 2220
Icon = "frmCopy.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2280
ScaleWidth = 2220
Begin VB.CommandButton cmdDone
Caption = "Done"
Height = 375
Left = 240
TabIndex = 1
Top = 1800
Width = 1695
End
Begin VB.Label Label1
BackColor = &H00000000&
Caption = $"frmCopy.frx":08CA
ForeColor = &H000000FF&
Height = 1455
Left = 120
TabIndex = 0
Top = 120
Width = 1935
End
Attribute VB_Name = "frmCopy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdDone_Click()
frmCopy.Hide
frmEdit.Show
End Sub